ComponentOne ASP.NET MVC Controls
CellSize Method

C1.Web.Mvc.Fluent Namespace > GridLayoutBuilder<TControl,TBuilder> Class : CellSize Method
The value.
Configurates C1.Web.Mvc.GridLayout.CellSize. Sets the size of the cell in the grid layout. It is in pixels.
Syntax
'Declaration
 
Public Function CellSize( _
   ByVal value As Integer _
) As TBuilder
public TBuilder CellSize( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GridLayoutBuilder<TControl,TBuilder> Class
GridLayoutBuilder<TControl,TBuilder> Members